06. SQL Expressions
SQL Expressions Heading
SQL Expressions
ND004 C01 L03 06 SQL Expressions
SQL Expressions Recap
Takeaways
- Instead of sending raw SQL (using the Engine), we can compose python objects to compose SQL expressions, instead.
- SQL Expressions still involves using and knowing SQL to interact with the database.
SQL Expressions Quiz